Skip to content

Feature/update readme - #102

Merged
sjbalagit merged 7 commits into
devfrom
feature/update-readme
Jan 31, 2026
Merged

Feature/update readme#102
sjbalagit merged 7 commits into
devfrom
feature/update-readme

Conversation

@shreyakakachery

@shreyakakachery shreyakakachery commented Jan 31, 2026

Copy link
Copy Markdown
Collaborator

@github-actions

github-actions Bot commented Jan 31, 2026

Copy link
Copy Markdown

@github-actions
github-actions Bot temporarily deployed to pull request January 31, 2026 17:57 Inactive
@sjbalagit sjbalagit added this to the milestone4 milestone Jan 31, 2026

@sjbalagit sjbalagit left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Shreya, looks good. I requested two minor changes. Please review and update. Thanks!

Comment thread README.md Outdated

```bash
pip install geospatial_toolkit
pip install -i https://test.pypi.org/simple/ geospatial-toolkit

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link doesn't work for geopy issues. Please use -

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ geospatial-toolkit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Comment thread README.md Outdated
# 'd' stands for degree
gst.standardize_latlong("34d3'8\"N", "118d14'37\"W")
# 1. Standardize latitude and longitude
gst.standardize_latlong("34° 3' 8\" N", "118° 14' 37\" W")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably the recent changes weren't pulled into this branch. Also updated the demo because the older version was not working. please update to -

# 'd' stands for degree
gst.standardize_latlong('34d3'8"N', '118d14'37"W')

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My apologies, I see my error. Thanks for pointing that out

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not need to apologize!

@sjbalagit sjbalagit moved this from Backlog to In review in geospatial-toolkit Jan 31, 2026
@github-actions
github-actions Bot temporarily deployed to pull request January 31, 2026 18:42 Inactive
@github-actions
github-actions Bot temporarily deployed to pull request January 31, 2026 18:48 Inactive

@sjbalagit sjbalagit left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for making the changes!

@sjbalagit
sjbalagit merged commit 555b39d into dev Jan 31, 2026
11 checks passed
@github-project-automation github-project-automation Bot moved this from In review to Done in geospatial-toolkit Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Update README based on peer review

2 participants